home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11.lha / ccs-lib / libscs / README < prev    next >
Encoding:
Text File  |  1992-06-26  |  712 b   |  15 lines

  1. libccs.a and libscs#.a \- conversion libarary for following type of images:
  2.  
  3.     HIPS, FITS, GIF, ICC, RLE, PNM, SUN-RASTER, AND TIFF
  4.  
  5. The -lscs# is the conversion library initial routine. This makes your program
  6.     as small as possible when linked with libccs.a (-libccs).
  7. The -lscs1 (libscs1.a) only handles HIPS and FITS images (gray scale).
  8. The -lscs2 (libscs2.a) can handle one more type - RLE image.
  9. The -lscs3 (libscs3.a) handles all of the supporing type images.
  10. The -lscs[1-3] only output HIPS and RLE image.
  11. The -lscs4 (libscs4.a) reads all of the above types, and writes HIPS, RLE, and
  12. Sun-Raster image. It will be able to write all above types, or this ability
  13. will be implemented in libscs5.a (-lscs5).
  14.  
  15.